- PurpleTheme
alias PurpleTheme = _PurpleTheme
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleThemeClass
alias PurpleThemeClass = _PurpleThemeClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_author
alias da_purple_theme_get_author = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_description
alias da_purple_theme_get_description = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_dir
alias da_purple_theme_get_dir = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_image
alias da_purple_theme_get_image = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_image_full
alias da_purple_theme_get_image_full = gchar* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_name
alias da_purple_theme_get_name = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_type
alias da_purple_theme_get_type = GType function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_get_type_string
alias da_purple_theme_get_type_string = const(gchar)* function(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_set_author
alias da_purple_theme_set_author = void function(PurpleTheme* theme, const(gchar)* author)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_set_description
alias da_purple_theme_set_description = void function(PurpleTheme* theme, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_set_dir
alias da_purple_theme_set_dir = void function(PurpleTheme* theme, const(gchar)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_set_image
alias da_purple_theme_set_image = void function(PurpleTheme* theme, const(gchar)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_theme_set_name
alias da_purple_theme_set_name = void function(PurpleTheme* theme, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_author
const(gchar)* purple_theme_get_author(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_description
const(gchar)* purple_theme_get_description(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_dir
const(gchar)* purple_theme_get_dir(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_image
const(gchar)* purple_theme_get_image(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_image_full
gchar* purple_theme_get_image_full(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_name
const(gchar)* purple_theme_get_name(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_type
GType purple_theme_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_type_string
const(gchar)* purple_theme_get_type_string(PurpleTheme* theme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_author
void purple_theme_set_author(PurpleTheme* theme, const(gchar)* author)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_description
void purple_theme_set_description(PurpleTheme* theme, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_dir
void purple_theme_set_dir(PurpleTheme* theme, const(gchar)* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_image
void purple_theme_set_image(PurpleTheme* theme, const(gchar)* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_name
void purple_theme_set_name(PurpleTheme* theme, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_author
da_purple_theme_get_author purple_theme_get_author;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_description
da_purple_theme_get_description purple_theme_get_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_dir
da_purple_theme_get_dir purple_theme_get_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_image
da_purple_theme_get_image purple_theme_get_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_image_full
da_purple_theme_get_image_full purple_theme_get_image_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_name
da_purple_theme_get_name purple_theme_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_type
da_purple_theme_get_type purple_theme_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_get_type_string
da_purple_theme_get_type_string purple_theme_get_type_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_author
da_purple_theme_set_author purple_theme_set_author;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_description
da_purple_theme_set_description purple_theme_set_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_dir
da_purple_theme_set_dir purple_theme_set_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_image
da_purple_theme_set_image purple_theme_set_image;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_theme_set_name
da_purple_theme_set_name purple_theme_set_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.